func runtime.tryDeferToSpanScan
10 uses
runtime (current package)
mgcmark.go#L1501: if !tryDeferToSpanScan(p, gcw) {
mgcmark.go#L1612: if !tryDeferToSpanScan(obj, gcw) {
mgcmark.go#L1625: if !tryDeferToSpanScan(b, gcw) {
mgcmark.go#L1787: if !tryDeferToSpanScan(c.tiny, gcw) {
mgcmark_greenteagc.go#L264: func tryDeferToSpanScan(p uintptr, gcw *gcWork) bool {
mgcmark_greenteagc.go#L923: if !tryDeferToSpanScan(p, gcw) {
mgcmark_greenteagc.go#L1007: if !tryDeferToSpanScan(p, gcw) {
mgcmark_greenteagc.go#L1055: if !tryDeferToSpanScan(p, gcw) {
mgcmark_greenteagc.go#L1268: if !tryDeferToSpanScan(obj, gcw) {
mwbbuf.go#L240: if tryDeferToSpanScan(ptr, gcw) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |